internal/runtime/maps.groupsReference.data (field)
5 uses
internal/runtime/maps (current package)
group.go#L307: data unsafe.Pointer // data *[length]typ.Group
group.go#L321: data: newarray(typ.Group, int(length)),
group.go#L333: data: unsafe.Pointer(uintptr(g.data) + offset),
map.go#L600: m.dirPtr = grp.data
map.go#L801: newGroup := groupReference{data: newGroups(typ, 1).data}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |